func runtime/pprof.writeProfileInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L918: 	return writeProfileInternal(w, debug, "contention", pprof_blockProfileInternal)
		pprof.go#L923: 	return writeProfileInternal(w, debug, "mutex", pprof_mutexProfileInternal)
		pprof.go#L927: func writeProfileInternal(w io.Writer, debug int, name string, runtimeProfile func([]profilerecord.BlockProfileRecord) (int, bool)) error {